![]() |
Verb Constants |
Header: PictUtils.h |
enum { returnColorTable = 1, returnPalette = 2, recordComments = 4, recordFontInfo = 8, suppressBlackAndWhite = 16 };
Specify to return a Color Table.
Specify to return a Palette structure.
Specify to return comment information.
Specify to return font information.
Don't include black and white with returned colors.
These constants are used in the verb parameter of the GetPictInfo, GetPixMapInfo,and NewPictInfo functions to indicate the type of information those functions should return. You can use any or all of these constants or the sum of the integers they represent.
© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)